projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a6268
)
board: ls1012afrdm: overwrite CONFIG_EXTRA_ENV_SETTINGS
author
Pratiyush Srivastava
<
[email protected]
>
Fri, 7 Oct 2016 17:38:38 +0000
(23:08 +0530)
committer
York Sun
<
[email protected]
>
Fri, 7 Oct 2016 18:34:24 +0000
(11:34 -0700)
LS1012AFRDM has 512MB of DDR. So update kernel load address to
0x96000000.
Signed-off-by: Prabhakar Kushwaha <
[email protected]
>
Signed-off-by: Pratiyush Mohan Srivastava <
[email protected]
>
[York Sun: Reformatted commit message]
Reviewed-by: York Sun <
[email protected]
>
include/configs/ls1012afrdm.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1012afrdm.h
b/include/configs/ls1012afrdm.h
index 612f243eecacf59c8830a0f5e1bcebee67ddd066..f6f88e84c73043f1e33bfb88af840a141a0a84e7 100644
(file)
--- a/
include/configs/ls1012afrdm.h
+++ b/
include/configs/ls1012afrdm.h
@@
-20,6
+20,17
@@
#define CONFIG_SYS_MEMTEST_START 0x80000000
#define CONFIG_SYS_MEMTEST_END 0x9fffffff
+#undef CONFIG_EXTRA_ENV_SETTINGS
+#define CONFIG_EXTRA_ENV_SETTINGS \
+ "verify=no\0" \
+ "loadaddr=0x80100000\0" \
+ "kernel_addr=0x100000\0" \
+ "fdt_high=0xffffffffffffffff\0" \
+ "initrd_high=0xffffffffffffffff\0" \
+ "kernel_start=0xa00000\0" \
+ "kernel_load=0x96000000\0" \
+ "kernel_size=0x2800000\0"
+
/*
* USB
*/